*{
    margin: 0;
    padding: 0;
    font-family: "webfont-desc";
}
.bigBox{
    width: 100%;
}
.box{
    /*width: 1200px;*/
    /*min-width: 1200px;*/
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.bannerBigBox{
    background-color: #073090;
    height: 700px;
    padding-top: 1px;
}
/* 顶部导航样式 start */
.top-nav{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: #073090;
}
.top-nav-box{
    width: 1200px;
    margin: 0 auto;
}
.top-nav-box .bleft{
    float: left;
}
.top-nav-box .bright{
    float: right;
    margin-top: 10px;
    color: #fff;
    /*margin-right: 10px;*/
    margin-right: 20px;
}
.top-nav-box .bright .navs .nav{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 2px 2px;
    /*margin-left: 24px;*/
    margin-left: 18px;
    position: relative;
}
.top-nav-box .bright .navs .nav a{
    color: #fff;
}
.top-nav-box .bright .navs .hide{
    display: none;  
}
.top-nav-box .bright .navs .nav:hover .nav-list{
    display: inline-block;
}
.top-nav-box .bright .navs .nav .nav-list:hover{
    display: inline-block;
}
.top-nav-box .bright .navs .nav.navBars:hover .nav-list{
    display: none;
}
.top-nav-box .bright .navs .nav .nav-list{
    display: none;
    position: absolute;
    width: 100px;
    border-radius: 5px;
    left: -35px;
    top: 13px;
    /*text-align: center;*/
    padding: 36px 0 0;
}

.top-nav-box .bright .navs .nav .nav-list:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 73%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
}


.top-nav-box .bright .navs .nav .nav-list .nav-list-box{
    border-radius: 10px;overflow: hidden;padding: 10px 0;background-color: #fff;min-width: 295px;
}
.top-nav-box .bright .navs .nav .nav-list .nav-list-item{
    padding: 5px 0;
    padding: 11px 25px;
    font-size: 1rem;
    color: #01237C;
}
.top-nav-box .bright .navs .nav .nav-list .nav-list-item a{
    color: #01237C;
}
.top-nav-box .bright .navs .nav .nav-list .nav-list-item:hover{
    color: #0148ff;
}
/* 顶部导航样式 end */

.bannerBox{
    margin-top: 80px;
    padding-top: 1px;
}
.bannerBox .bannerContent{
    margin-top: 90px;
}
.bannerBox .bannerContent .left{
    float: left;
    margin: 65px 0 0 85px;
    color: #fff;
    letter-spacing: 1.5px;
}
.bannerBox .bannerContent .left .bigFont{
    font-size: 36px;
    line-height: 45px;
}
.bannerBox .bannerContent .right{
    float: right;
}

/*part2*/
.part2{
    margin-top: -70px;
}
.part2 .p2Box{
    width: 970px;
    height: 188px;
    margin: 0 auto;background: rgba(255,255,255,0.2);
    box-shadow: 0 3px 30px 2px rgba(0, 0, 0, 0.1);padding: 30px 0;text-align: center;
}
.part2 .tits{
    font-size: 1rem;
}
.part2 .tits span{
    margin: 0 5px;
    color: #fff;
}
.part2 .cardBox{
    margin-top: 30px;
}
.part2 .cardBox .p2card{
    width: 165px;
    margin: 0 3px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
    float: left;
    font-size: .9rem;
    border-radius: 12px;
}
.part2 .cardBox .p2card>img{
    width: 90px;
    height: 80px;
    margin-bottom: 10px;
}

/* part3 */
.part3{
    margin-top: 40px;
}
.part3 .lineCardList .lineCard{
    width: 240px;
    height: 410px;
    border: 1px solid rgba(216, 220, 232, 0.51);
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 0 10px;
}
.part3 .lineCardList .lineCard.active .lineTitle{
    background: linear-gradient(-60deg, #15095E, #1041D3);
    color: #fff;
}
.part3 .lineCardList .lineCard .lineTitle{
    padding: 20px 0;background: #F3F3FD;
    font-size: 20px;
    color: #404040;
}
.part3 .lineCardList .lineCard .cartContent{
    font-size: .9rem;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
}
.part3 .lineCardList .lineCard .cartContent .line{
    margin: 10px 0;
    width: 200px;
}
.part3 .lineCardList .lineCard .cartContent .line .ltit{

}
.part3 .lineCardList .lineCard .cartContent .line .lbox{
    display: inline-block;
    padding: 1px 15px;
    border: 1px solid #01237C;
    margin-top: 8px;
    color: #01237C;
    font-size: .8rem;
}
.part3 .lineCardList .lineCard .cartContent .line .lbox a{
    color: #01237C;
}
.part3 .lineCardList .lineCard .cartContent .line .art{
    font-size: .8rem;
    font-family: PingFangSC;
    font-weight: 100;
    color: #000000;
    line-height: 22px;
    margin-top: 10px;
}

/* part4 */
.part4 .p4cardList{
    text-align: center;
    /*width: 810px;*/
    width: 990px;
    margin: 0 auto;
}
.part4 .p4cardList .p4card{
    display: inline-block;
    /*width: 250px;*/
    width: 310px;
    margin: 0 10px;
    float: left;
}
.part4 .p4cardList .p4card>img{
    width: 100px;
    height: 80px;
}
.part4 .p4cardList .p4card .tit{
    font-family: Adobe Heiti Std;
    color: #040983;
    font-weight: 800;
    margin: 15px 0 5px 0;
    font-size: 1rem;
}
.part4 .p4cardList .p4card .des{
    font-family: Adobe Heiti Std;
    font-size: .9rem;
    color: #666666;
    text-align: center;
    line-height: 24px;
}

/* part5 */
.part5{
    width: 100%;
    /*height: 650px;*/
    height: 550px;
    background: linear-gradient(-60deg, #15095E, #1041D3);
    margin-top: 40px;
}
.part5 .p5CardList{
    width: 800px;
    margin: 0 auto;
}
.part5 .p5CardList .p5card{
    width: 400px;
    text-align: center;
    color: #FEFEFE;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
}
.part5 .p5CardList .p5card>img{
    /*width: 52px;*/
    height: 52px;
}
.part5 .p5CardList .p5card .tit{
    margin: 10px 0;
}
.part5 .p5CardList .p5card .tit a{
    color: #FEFEFE;
    font-size: 1rem;
}
.part5 .p5CardList .p5card .des{
    font-size: .9rem;
    line-height: 20px;
}
.part5 .p5CardList .p5card .des a{
    color: #FEFEFE;
}

/* part6 */
.part6{
    padding-top: 1px;
    margin-bottom: 50px;
}
.part6 .p6taps{
    width: 460px;margin: 50px auto 0;
    font-size: 24px;
}
.part6 .p6taps .p6tap{
    width: 150px;
    float: left;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.part6 .p6taps .p6tap.active{
    border-bottom: 2px solid #01237C;
}
.part6 .p6cardListBox{
    width: 100%;
    overflow-x: scroll;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.part6 .p6cardListBox::-webkit-scrollbar
{
    width: 16px;
    height: 5px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.part6 .p6cardListBox::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.part6 .p6cardListBox::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    -webkit-box-shadow: inset 0 0 6px #01237C;
    background-color: #555;
}
.part6 .p6cardList{
    width: 2325px;
    /*height: 230px;*/
    padding: 10px 0;
}
.part6 .p6cardList .p6card{
    width: 450px;
    /*margin: 0 5px;*/
    margin: 0 0 0 15px;
    display: inline-block;
    padding: 25px 15px;
    box-sizing: border-box;
    box-shadow: 0 0 8px 1px rgba(204, 204, 223, 1);
    border-radius: 10px;
}
.part6 .p6cardList .p6card .title{
    font-size: 18px;
    color: #404040;
}
.part6 .p6cardList .p6card .time{
    color: #666666;
    font-size: .8rem;
}
.part6 .p6cardList .p6card .des{
    color: #666666;
    font-size: .8rem;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.part6 .p6cardList .p6card .leftTip{
    float: left;
}
.part6 .p6cardList .p6card .rightHead{
    float: right;
}

/* part7 */
.part7 .bottomBox{
    width: 1200px;
    margin: 0 auto 0;
    color: #fff;
    padding: 20px 0;
}
.part7 .bottomBox .bleft{
    margin: 0 0 0 150px;
    float: left;
    border-right: 1px solid #fff;
}
.part7 .bottomBox .bleft .item{
    float: left;
    margin-right: 50px;
}
.part7 .bottomBox .bleft .item .tit{
    margin: 10px 0;
    font-size: 16px;
}
.part7 .bottomBox .bleft .item .txts{
    font-size: 0.8rem;
    color: #A8CEFF;
    line-height: 30px;
}
.part7 .bottomBox .bleft .item .txts a{
    color: #A8CEFF;
}
.part7 .bottomBox .bright{
    float: right;
}
.part7 .bottomBox .bright .tit{
    font-size: 0.8rem;
    padding: 0 160px 0 0;
    line-height: 30px;
}
.part7 .bottomBox .bright .tit_a{
    font-size: 0.8rem;
    line-height: 30px;
    border: 1px solid;
    width: 80px;
    letter-spacing: 2px;
}
.part7 .bottomBox .bright .tit_a a{
    color: #fff;
    padding: 1px 12%;
}


/* part6 */
.part6-1{
    margin-bottom: 50px;
}
.part6-1 .p6cardListBox{
    width: 100%;
}
.part6-1 .p6cardList .p6card{
    vertical-align: top;
    width: 360px;
    /*margin: 0 0 0 4rem;*/
    display: inline-block;
    box-sizing: border-box;
    margin-left: 1.5%;
}
.part6-1 .p6cardList .p6card .title{
    font-size: 14px;
    color: #fff;
    padding: 22% 0 18% 8%;
}
.part6-1 .p6cardList .p6card .title a{
    font-size: 18px;
    color: #fff;
}
.part6-1 .p6cardList .p6card .article .time{
    line-height: 28px;
    color: #666666;
}



/* @keyframes fadeinUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}
.fadeInUp{
    animation-name: fadeinUp;
} */
.fadeopacity {
    opacity: 0;
}





.website {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 公共样式 1920 */
.dis_gx {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.website_titlebox {
    background: rgba(128, 255, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 11px;
}

.website_titlebox:hover {
    background: rgba(0, 0, 0, 0.1);
}

.website_t_p_click {
    position: relative;
}

.website_t_p_click:after {
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    content: '';
    display: inline-block;
    position: absolute;
    left: -4px;
    bottom: -6px;
}

.website_title {
    min-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.website_title_p {
    margin-right: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: -10px;
}

.website_title_p:nth-child(1) {
    margin-top: 0;
}

.website_title_p_end {
    margin-left: 502px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: -10px;
}

.website_title_p_img {
    width: 97px;
    height: 38px;
}

.website_swiper {
    width: 1920px;
    height: 540px;
    position: relative;
}

.website_swiper>.swiper-container1>.swiper-wrapper>.swiper-slide {
    /* margin-right: 0!important; */
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.website_one {
    position: absolute;
    left: 0;
    top: 485px;
    z-index: 998;
}

.website_one_box {
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(50, 150, 250, 0.1);
    border-radius: 6px;
}

.website_one_box>div {
    flex: 1;
    width: 100%;
    height: 100%;
}

.website_one_box_dl {
    display: flex;
    width: 100%;
    height: 100%;
}

.website_one_box_dl>dt {
    margin-top: 36px;
    margin-left: 65px;
    margin-right: 20px;
}

.website_one_box_dl>dt>img {
    height: 38px;
    width: 38px;
}

.website_one_box_dl>dd {
    margin-top: 33px;
}

.website_one_box_dl>dd>p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #44454F;
    line-height: 16px;
}

.website_one_box_dl>dd>span {
    font-size: 14px;
    font-weight: 400;
    color: #7A7778;
    line-height: 14px;
}

.website_two {
    height: 381px;
}

.website_two_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.website_two_box>p {
    margin-top: 155px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #7A7778;
    line-height: 16px;
}

.website_two_box>div {
    width: 100%;
    margin-top: 40px;
    display: flex;
}

.website_two_box_dl {
    margin-right: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.website_two_box_dl>dt {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_two_box_dl>dt>img {
    width: 34px;
    height: 34px;
}

.website_two_box_dl>dd {
    font-size: 14px;
    font-weight: 400;
    color: #44454F;
    line-height: 14px;
}

.website_three {
    height: 652px;
    background: #F7F8FB;
}

.website_three_box {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.website_three_box>p {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.website_three_div {
    display: flex;
}

.website_three_div1 {
    width: 180px;
    height: 421px;
    margin-right: 14px;
    background: chocolate;
    background: url('../image/dscbbg.png')no-repeat;
    background-size: 100% 100%;
    flex-direction: column;
}

.websiteThreeMo {
    width: 100%;
}

.website_three_div1>dl {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #44454F;
    box-sizing: border-box;
}

.borderleft {
    width: 180px;
    height: 132px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #3296FA;
    border-left: 3px solid #3296FA;
}

.website_three_div1>dl>dt {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

.website_three_div1>dl:nth-child(1)>dt {
    background: url('../image/dsrj.svg') no-repeat;
    background-size: 28px 28px;
}

.website_three_div1>dl:nth-child(1):hover>dt {
    background: url('../image/dsrjl.svg') no-repeat;
    background-size: 28px 28px;
}

.website_three_div1>dl:nth-child(1):hover>dd {
    font-size: 18px;
    font-weight: 600;
    color: #3296FA;
    line-height: 18px;
}

.website_three_div1>dl:nth-child(2)>dt {
    background: url('../image/dyy.svg') no-repeat;
    background-size: 28px 28px;
}

.website_three_div1>dl:nth-child(2):hover>dt {
    background: url('../image/dyyl.svg') no-repeat;
    background-size: 28px 28px;
}

.website_three_div1>dl:nth-child(2):hover>dd {
    font-size: 18px;
    font-weight: 600;
    color: #3296FA;
    line-height: 18px;
}

.website_three_div1>dl:nth-child(3)>dt {
    background: url('../image/dsxy.svg') no-repeat;
    background-size: 28px 28px;
}

.website_three_div1>dl:nth-child(3):hover>dt {
    background: url('../image/dsxyl.svg') no-repeat;
    background-size: 28px 28px;

}

.website_three_div1>dl:nth-child(3):hover>dd {
    font-size: 18px;
    font-weight: 600;
    color: #3296FA;
    line-height: 18px;
}

.website_three_div2 {
    width: 1006px;
    height: 421px;
}

.websiteThreeMoBox {
    width: 1006px;
    height: 421px;
    display: flex;
    flex-wrap: wrap;
}

.websiteThreeMoBox>div,
.websiteThreeMoBox>a {
    width: 326px;
    height: 200px;
    margin-right: 14px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(50, 150, 250, 0.1);
    transition: all .3s;
}

.websiteThreeMoBox>div:hover,
.websiteThreeMoBox>a {
    margin-top: -4px;
    box-shadow: 0px 4px 10px 0px rgba(50, 150, 250, 0.2);
    transition: all .3s;
}

.hillbackimg1 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../image/bgsl.png') no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
}

.hillbackimg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../image/bgsc.png') no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
}

.hillbackimg3 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../image/bgsz.png') no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
}

.websiteThreeMoBox>div>p:nth-child(1),
.websiteThreeMoBox>a>p:nth-child(1) {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #44454F;
    line-height: 18px;
}

.websiteThreeMoBox>div>p:nth-child(2),
.websiteThreeMoBox>a>p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    height: 69px;
    color: #7A7778;
    line-height: 22px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: pre; */
    margin-bottom: 19px;
}

.websiteThreeMoBox>div>p:nth-child(3),
.websiteThreeMoBox>a>p:nth-child(3) {
    height: 20px;
    line-height: 1px;
    margin-left: 30px;
}

.websiteThreeMoBox>div>p:nth-child(3)>span,
.websiteThreeMoBox>a>p:nth-child(3)>span {
    display: inline-block;
    width: auto;
    height: 20px;
    border: 1px solid #CDD1D6;
    font-size: 12px;
    font-weight: 400;
    color: #7A7778;
    line-height: 20px;
    padding: 0px 6px;
    text-align: center;
    color: #7A7778;
}

.websiteThreeMoBox>div:nth-child(3),
.websiteThreeMoBox>div:nth-child(6),
.websiteThreeMoBox>a:nth-child(3),
.websiteThreeMoBox>a:nth-child(6) {
    margin-right: 0;
}

.website_four {
    height: 825px;
    /* background-image: linear-gradient(180deg, #282E33 0%, #62696F 100%); */
}

.website_four_box {
    display: flex;
    flex-direction: column;
    /* color: #FFFFFF; */
    height: 100%;
}

.lineclamp5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.website_four_box>p {
    font-size: 30px;
    font-weight: 600;
    /* color: #FFFFFF; */
    line-height: 30px;
    margin: 80px auto 45px;
}

.website_four_box_ol {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.website_four_box_ol>li {
    width: 50px;
    height: 50px;
    margin-right: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    /* color: #CCCCCC; */
    line-height: 16px;
}

.website_four_box_ol_li_select {
    font-size: 16px !important;
    font-weight: 600 !important;
    /* color: #FFFFFF !important; */
    line-height: 16px !important;
}

.website_four_box_ol>li {
    position: relative;
}

.website_four_box_ol_li:after {
    border-bottom: 3px solid #D8D8D8;
    font-weight: 600;
    /* color: #FFFFFF; */
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

.website_four_box_ol>li:hover {
    font-weight: 600;
    /* color: #FFFFFF; */
}

.website_four_box_div_par {
    width: 100%;
    height: 510px;
}

.website_four_box_div {
    width: 100%;
    height: 510px;
    display: flex;
}

.website_four_box_div_img {
    width: 560px;
    height: 100%;
    overflow: hidden;
}

.website_four_box_div_img>img {
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transition: all .7s;
}

.website_four_box_div_img>img:hover {
    transform: scale(1.1, 1.1);
    transition: all .7s;
}

/* .website_four_box_div_par > .website_four_box_div:nth-child(1) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/sx.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(2) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/my.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(3) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/ls.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(4) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/nc.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(5) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/zb.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(6) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/js.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(7) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/yy.png');
    background-size: 100% 100%;
}
.website_four_box_div_par > .website_four_box_div:nth-child(8) > .website_four_box_div_img{
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/kj.png');
    background-size: 100% 100%;
} */
.website_four_box_div_box {
    width: 640px;
    height: 100%;
    background: rgba(27, 27, 27, 0.3);
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;

}

.website_four_box_div_box>p:nth-child(1) {
    font-size: 30px;
    font-weight: 400;
    /* color: #FFFFFF; */
    line-height: 30px;
    margin-top: 70px;
    margin-bottom: 20px;
    margin-left: 70px;
    width: 100%;
}

.website_four_box_div_box>p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    /* color: #999999; */
    line-height: 22px;
    margin-left: 70px;
    margin-right: 90px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.website_four_box_div_box>div {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 70px;
}

.website_four_box_div_box>div>dl {
    width: 80px;
    height: 80px;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.website_four_box_div_box>div>dl>dt {
    margin-bottom: 12px;
}

.website_four_box_div_box>div>dl>dt>img {
    height: 34px;
    width: 34px;
}

.website_four_box_div_box>div>dl>dd {
    font-size: 14px;
    font-weight: 400;
    /* color: #CCCCCC; */
    line-height: 14px;
}

.website_four_box_div_box>div>dl:nth-child(4) {
    margin-right: 0;
}

.website_four_box_div_box>div>dl:nth-child(8) {
    margin-right: 0;
}

.website_four_box_div_box>p:nth-child(4) {
    margin-bottom: 34px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_four_box_div_box>p:nth-child(4)>span {
    display: inline-block;
    width: 130px;
    height: 42px;
    background: #3296FA;
    border-radius: 3px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_five {
    height: 486px;
}

.website_five_box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.website_five_box>p {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.website_five_box>div {
    display: flex;
    width: 100%;
}

/* .website_five_box > div > dl:nth-child(1) {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.website_five_box > div > dl:nth-child(4){
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
} */
.website_five_box>div>dl {
    width: 200px;
    height: 277px;
}

.website_five_box>div>dl>div {
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.website_five_box>div>dl:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 158px;
}

.website_five_box>div>dl>div>dd:nth-child(2) {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #44454F;
    line-height: 18px;
    margin-bottom: 20px;
}

.website_five_box>div>dl:nth-child(2) {
    margin-right: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_five_box>div>dl:nth-child(2)>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
}

.website_five_box>div>dl:nth-child(3) {
    margin-right: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_five_box>div>dl:nth-child(3)>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
}

.website_five_box>div>dl:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.website_five_box>div>dl:nth-child(4)>div {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_five_box>div>dl>div>dt {
    width: 130px;
    height: 130px;
    margin-bottom: 37px;
}

.website_five_box>div>dl>div>dt>img {
    width: 130px;
    height: 130px;
}

.website_five_box>div>dl>div>dd:nth-child(3) {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #7A7778;
    line-height: 24px;
}

.website_six {
    height: 300px;
    background: url('../image/11bg.png') no-repeat;
    background-size: 100% 100%;
}

.website_six_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.website_six_box>p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 80px;
}

.website_six_box>div {
    width: 100%;
    display: flex;
}

.website_six_box>div>dl {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.website_six_box>div>dl:nth-child(1)>dt {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 17px;
}

.website_six_box>div>dl:nth-child(1)>dd {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.website_six_box>div>dl:nth-child(2)>dt {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 17px;
}

.website_six_box>div>dl:nth-child(2)>dt>span {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
}

.website_six_box>div>dl:nth-child(2)>dd {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.website_six_box>div>dl:nth-child(3)>dt {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 24px;
}

.website_six_box>div>dl:nth-child(3)>dt>span {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 600;
}

.website_six_box>div>dl:nth-child(3)>dd {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.website_seven {
    height: 616px;
    background: #F7F8FB;
}

.website_seven_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.website_seven_box>p {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.website_seven_box>div {
    height: 455px;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-bottom: 20px;
}

.website_seven_box_swiper>.swiper-container2 {
    width: 1200px;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper {
    width: 100%;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide {
    width: 100%;
    display: flex;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div {
    width: 288px !important;
    height: 376px;
    margin-right: 16px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    transition: all .3s;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div:hover {
    box-shadow: 0px 10px 10px 0px rgba(50, 150, 250, 0.1);
    margin-top: -4px;
    transition: all .3s;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div {
    box-shadow: 0px 10px 10px 0px rgba(50, 150, 250, 0.04);
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div>p:nth-child(1) {
    width: 171px;
    height: 80px;
    margin-top: 30px;
    /* margin-left: 59px; */
    margin-bottom: 20px;
}

.website_seven_box_swiper_img1 {
    background: url('../image/zar.png') no-repeat;
    background-size: 100% 100%;
}

.website_seven_box_swiper_img2 {
    background: url('../image/mic.png') no-repeat;
    background-size: 100% 100%;
}

.website_seven_box_swiper_img3 {
    background: url('../image/swa.png') no-repeat;
    background-size: 100% 100%;
}

.website_seven_box_swiper_img4 {
    background: url('../image/bel.png') no-repeat;
    background-size: 100% 100%;
}

.website_seven_box_swiper_img5 {
    background: url('../image/xk.png') no-repeat;
    background-size: 100% 100%;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div>p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #44454F;
    line-height: 16px;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div>p:nth-child(3) {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #7A7778;
    line-height: 26px;
    margin-left: 40px;
    margin-right: 38px;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div>p:nth-child(4) {
    width: 100%;
}

.website_seven_box_swiper>.swiper-container2>.swiper-wrapper>.swiper-slide>div>p:nth-child(4)>span {
    width: auto;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #CDD1D6;
    font-size: 12px;
    font-weight: 400;
    color: #7A7778;
    line-height: 9px;
    margin-left: 40px;
    display: inline-block;
    padding: 4px 6px;
    box-sizing: border-box;
}

.website_eight {
    height: 405px;
}

.website_eight_box {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.website_eight_box>p {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.website_eight_box>div:nth-child(2) {
    width: 100%;
    border-radius: 2px;
    border-bottom: 1px solid #E6E9ED;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    height: 35px;
    flex: none;
}

.website_eight_box>div:nth-child(2)>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 18px; */
    height: 35px;
}

.website_eight_box>div:nth-child(2)>ul>li {
    margin-right: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #44454F;
    line-height: 16px;
}

.website_eight_box>div:nth-child(2)>ul>li:nth-child(3) {
    margin-right: 0;
}

.website_eight_box>div:nth-child(3) {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 0;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox {
    display: flex;
    width: 100%;
    height: 100%;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl {
    flex: 1;
    display: flex;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl>dt {
    width: 250px;
    height: 170px;
    margin-right: 20px;
    overflow: hidden;
}

.website_eight_img>img {
    transition: all .7s;
    transform: scale(1, 1);
    width: 100%;
    height: 100%;
}

.website_eight_img>img:hover {
    transition: all .7s;
    transform: scale(1.1, 1.1);
}

/* .website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(1) > dl:nth-child(1) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/gsdtl.jpg') no-repeat;
    background-size: 100% 100%;
}
.website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(1) > dl:nth-child(2) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/gsdtr.JPG') no-repeat;
    background-size: 100% 100%;
}
.website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(2) > dl:nth-child(1) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/alfxl.png') no-repeat;
    background-size: 100% 100%;
}
.website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(2) > dl:nth-child(2) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/alfxr.png') no-repeat;
    background-size: 100% 100%;
}
.website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(3) > dl:nth-child(1) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/hyzxl.png') no-repeat;
    background-size: 100% 100%;
}
.website_eight_box_tabBox_par > .website_eight_box_tabBox:nth-child(3) > dl:nth-child(2) > dt {
    background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/wzpt/hyzxr.png') no-repeat;
    background-size: 100% 100%;
} */
.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl>dd {
    width: 310px;
    height: 100%;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl>dd>a:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #44454F;
    line-height: 20px;
    margin-bottom: 12px;
    display: inline-block;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl>dd>p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #44454F;
    line-height: 24px;
    margin-bottom: 22px;
    height: 96px;
}

.website_eight_box>div:nth-child(3)>.website_eight_box_tabBox>dl>dd>p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: #7A7778;
    line-height: 14px;
}

.website_eight_box_ui>li {
    position: relative;
    height: 100%;
}

.website_eight_box_gx {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3296FA !important;
    line-height: 16px !important;
}

.website_eight_box_gx:after {
    content: "";
    width: 84px;
    height: 3px;
    display: inline-block;
    background: #3296FA;
    border-radius: 2px;
    position: absolute;
    left: -9px;
    bottom: 0px;
}

.website_nine {
    height: 462px;
    margin-bottom: 80px;
}

.website_nine_box {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.website_nine_box>p {
    font-size: 30px;
    font-weight: 600;
    color: #44454F;
    line-height: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.website_nine_box>ul {
    width: 1200px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.website_nine_box>ul>li {
    width: 186px;
    height: 90px;
    margin-right: 16px;
    border-radius: 3px;
    border: 1px solid #E6E9ED;
    box-sizing: border-box;
}

.website_nine_box>ul>li:nth-child(6) {
    margin-right: 0;
}

.website_nine_box>ul>li:nth-child(12) {
    margin-right: 0;
}

.website_nine_box>ul>li:nth-child(18) {
    margin-right: 0;
}

.website_nine_box>ul>li>a>img {
    width: 186px;
    height: 90px;
}

.website_ten {
    height: 413px;
    background: #2E3033;
}

.website_ten_box {
    height: 100%;
    display: flex;
    align-items: center;
    width: 1200px;
}

.website_ten_box>div:nth-child(1) {
    width: 640px;
    height: 100%;
}

.website_ten_box>div:nth-child(1)>ul {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFFFFF;
}

.website_ten_box>div:nth-child(1)>ul>li {
    flex: 1;
}

.website_ten_box>div:nth-child(1)>ul>li>a {
    display: block;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
}

.website_ten_box>div:nth-child(1)>ul>li>p {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 14px;
}

.website_ten_box>div:nth-child(2) {
    width: 559px;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.website_ten_box>div:nth-child(2):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 258px;
    background: #4A4D51;
    position: absolute;
    left: 0;
    top: 52px;
}

.website_ten>div:nth-child(2) {
    height: 54px;
    width: 100%;
    background: #151515;
    margin-bottom: 0;
}

.website_ten_box>div:nth-child(2) {
    display: flex;
}

.website_ten_box>div:nth-child(2)>p {
    width: 130px;
    height: 144px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 60px;
    margin-left: 110px;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.website_ten_box>div:nth-child(2)>p>span:nth-child(1) {
    display: inline-block;
    width: 120px;
    height: 120px;
}

.website_ten_box>div:nth-child(2)>p>span:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    line-height: 12px;
    letter-spacing: 2px;
}

.website_ten_box>div:nth-child(2)>div {
    /* width: 210px; */
    height: 120px;
    margin-top: 60px;
}

.website_ten_box>div:nth-child(2)>div>p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 10px;
}

.website_ten_box>div:nth-child(2)>div>p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
    margin-bottom: 24px;
}

.website_ten_box>div:nth-child(2)>div>p:nth-child(3) {
    width: 130px;
    height: 42px;
    background: #3296FA;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.website_swiper_text {
    position: absolute;
    top: 143px;
    left: 410px;
    width: auto;
    height: auto;
    z-index: 9999;
}

.website_swiper_text>p:nth-child(1) {
    font-size: 52px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
    margin-bottom: 11px;
}

.website_swiper_text>p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 10px;
}

.website_swiper_text>p:nth-child(3) {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 53px;
}

.website_swiper_text>p:nth-child(4) {
    width: 161px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}

.website_swiper_text_hover:hover {
    background-color: #fff;
    color: #2589ff !important;
}

.website_fiexd {
    position: fixed;
    right: 0;
    top: 35%;
    width: 54px;
    height: 218px;
    z-index: 9999;
    width: 54px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(145, 148, 150, 0.2);
    border-radius: 4px;
}

.website_fiexd_ww_a {
    position: absolute;
    left: 0;
    top: 0;
    height: 66px;
    width: 100%;
}

.website_four_box_div_box>p:nth-child(4):hover {
    /* background-color: rgba(255, 255, 255, 0); */
}

.website_fiexd>dl:nth-child(1) {
    margin-top: 10px;
}

.website_fiexd>dl {
    height: 66px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.website_fiexd>dl:hover {
    /* background: #EAF4FE; */
}

.website_fiexd>dl>dt>img {
    width: 24px;
    height: 24px;

}

.website_fiexd>dl>dd {
    font-size: 12px;
    font-weight: 400;
    color: #7A7778;
    line-height: 12px;
}

.website_fiexd>dl>dd>a {
    font-size: 12px;
    font-weight: 400;
    color: #7A7778;
    line-height: 12px;
}

.website_fiexd>dl:hover>dd>a {
    color: #3296FA;
    background-color: rgba(128, 255, 0, 0);
}

.website_fiexd>dl:nth-child(1)>dt {
    background-image: url('../image/lxww.png');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.website_fiexd>dl:nth-child(2)>dt {
    background-image: url('../image/cbsj.png');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.website_fiexd>dl:nth-child(3)>dt {
    background-image: url('../image/fhdb.png');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.website_fiexd>dl:nth-child(1):hover>dt {
    background-image: url('../image/lxwwl.png');
}

.website_fiexd>dl:nth-child(2):hover>dt {
    background-image: url('../image/cbsjl.png');
}

.website_fiexd>dl:nth-child(3):hover>dt {
    background-image: url('../image/fhdbl.png');
}

.website_fiexd>dl:hover>dd {
    color: #3296FA;
}

.website_ten_box_two_div {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 14px;
}

body {
    overflow-x: hidden;
}

.website_fiexd_ewm {
    position: relative;
}

.website_fiexd_ewm:hover>.website_fiexd_ewm_tc {
    display: block;
}

.website_fiexd_ewm_tc {
    position: absolute;
    left: -132px;
    top: -26px;
    width: 112px;
    height: 132px;
    background: #524D4E;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: none;
}

.website_fiexd_ewm_tc1 {
    display: inline-block;
    width: 84px;
    height: 84px;
    background: url('../image/qrcode.jpg') no-repeat;
    background-size: 100% 100%;
    margin-left: 14px;
    margin-top: 14px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.btmewm {
    background: url('../image/qrcode.jpg') no-repeat;
    background-size: 100% 100%;
}

.website_fiexd_ewm_tc2 {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 12px;
    margin-left: 26px;
}

.website_fiexd_ewm_tc:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: transparent 0.74em solid;
    border-left-color: #524D4E;
    top: 48px;
    right: -1.4em
}

.consultImmediately1 span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultImmediately1 span:hover {
    background: #2184E8 !important;
    border-radius: 3px !important
}

.websitegrasp {
    cursor: pointer;
}

.website_seven .swiper-container2 {
    overflow: visible;
}

.website_iframe {
    width: 740px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
    overflow: hidden;
    padding-top: 10px;
    margin-top: -300px;
    box-shadow: 0px 4px 10px 0px rgba(50, 150, 250, 0.1);
    background: #FFFFFF;
}

.website_iframe>iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    margin-top: -14PX;
    background: #FFFFFF;
}

/* website_iframe_cloce */
.website_iframe>span {
    position: absolute;
    display: inline-block;
    width: 78px;
    height: 28px;
    right: 20px;
    top: 17px;
    border: 1px solid #fff;
    border-radius: 4px;
    /* background: url('http://newhnproduct.oss-cn-zhangjiakou.aliyuncs.com/Guanwang/cloce.png') no-repeat; */
    /* background-size: 100% 100%; */
}

.website_iframe>span>span {
    margin-left: 11px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}